MindFusion.Charting for JavaScript Programmer's Guide
LayoutBuilder.createLayout Method
See Also
 






Creates a StackPanel for each array of components and adds it to a parent StackPanel with opposite orientation.

Namespace: MindFusion.Charting.Controls
File: LayoutBuilder.js

 Syntax

JavaScript  Copy Code

function createLayout (horizontal, c1, c2, c3)

 Parameters

horizontal

Type: Boolean
The orientation of the parent panel.

c1
c2
c3

 Return Value

Type: StackPanel
A StackPanel instance.

 See Also

LayoutBuilder Members
LayoutBuilder Class
MindFusion.Charting.Controls Namespace